home *** CD-ROM | disk | FTP | other *** search
-
-
-
- MakeDir(V1.3, 2.x, 3.x in C:)
-
-
-
- NAME
- MakeDir - Create any number of directories.
-
- SYNOPSIS
- MakeDir Dir/...
-
- DESCRIPTION
- MakeDir creates a new directory with the name you
- give. There is no limit to the number of directories you
- may create with this command. The directories will be
- created in the order in which you supply them. Note that
- you cannot duplicate directories at the same level of the
- directory tree, nor can you create a subdirectory until
- its parent directory has been created.
-
- MakeDir allows you to create multi-tiered filing
- systems on the same disk volume. To delete the
- directories, you will use the DELETE command.
-
- EXAMPLE
- 1. To make a directory named Jim:
-
- makedir Jim
-
- 2. To make a directory named Mailbag inside the Jim
- directory and the directories Jan and Feb which will
- reside in the Mailbag directory of Jim that you just
- created with the first part of the template.
-
- makedir Jim/Mailbag Jim/MailBag/Jan Jim/MailBag/Feb
-
-
-